home *** CD-ROM | disk | FTP | other *** search
/ Trusted Irix /B 4.0.4 / Trusted-Irix B-4.0.1.iso / dist / eoe1.idb / etc / init.d / savecore.z / savecore
Text File  |  1992-04-03  |  211b  |  9 lines

  1. #!/bin/sh
  2. #Tag 0x00000800
  3.  
  4. # Perform a crash dump save.
  5. # "$Revision: 1.6 $"
  6.  
  7. OPTIONS=`cat /etc/config/savecore.options 2> /dev/null`
  8. /bin/newlabel -F msenadmin/minthigh /etc/savecore ${OPTIONS:=/usr/adm/crash}
  9.